home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m16.dir / 00035_script movie.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  384 b   |  17 lines

  1. on startMovie
  2.   global gTextField, gOnIBM
  3.   identifyPlatform()
  4. end
  5.  
  6. on showtext
  7.   global gTextField, gOnIBM
  8.   if gOnIBM then
  9.     set the textFont of field "article" to "Arial"
  10.     set the textSize of field "article" to 12
  11.   else
  12.     set the textFont of field "article" to "Geneva"
  13.     set the textSize of field "article" to 12
  14.   end if
  15.   put field gTextField into field "article"
  16. end
  17.